Skip to content

Conversation

@MSIH
Copy link

@MSIH MSIH commented Mar 2, 2017

No description provided.

MSIH added 3 commits March 2, 2017 14:41
in EditableGrid.prototype._rendergrid
// hide column if column property hidden:true
if (columns[j].hidden) {td.style.display = 'none';}
…-true

hide column if column property hidden:true
added support for using column properties to format numbers

XML
precision: col.getAttribute("precision"),
				decimal_point: col.getAttribute("decimal_point"),
				thousands_separator: col.getAttribute("thousands_separator"),
				unit_before_number: col.getAttribute("unit_before_number"),
				nansymbol: col.getAttribute("nansymbol")

JSON
	precision: columndata.precision,
				decimal_point: columndata.decimal_point,
				thousands_separator: columndata.thousands_separator,
				unit_before_number: columndata.unit_before_number,
				nansymbol: columndata.nansymbol
@MSIH MSIH changed the title This hide column if column property hidden:true hide column if column property hidden:true and apply column number properties Mar 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants